home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Befund4a.h < prev    next >
C/C++ Source or Header  |  1998-12-22  |  2KB  |  51 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef Befund4aH
  3. #define Befund4aH
  4. //---------------------------------------------------------------------------
  5. #include <vcl\Classes.hpp>
  6. #include <vcl\Controls.hpp>
  7. #include <vcl\StdCtrls.hpp>
  8. #include <vcl\Forms.hpp>
  9. #include <vcl\ExtCtrls.hpp>
  10. #include <vcl\Menus.hpp>
  11. #include <vcl\Dialogs.hpp>
  12. #include <vcl\ComCtrls.hpp>
  13. //---------------------------------------------------------------------------
  14. class TForm1 : public TForm
  15. {
  16. __published:    // IDE-verwaltete Komponenten
  17.     TGroupBox *GroupBox1;
  18.     TGroupBox *GroupBox2;
  19.     TGroupBox *GroupBox3;
  20.     TButton *Button1;
  21.     TButton *Button2;
  22.     TEdit *Edit1;
  23.     TPanel *Panel1;
  24.     TScrollBar *ScrollBar1;
  25.     TMainMenu *MainMenu1;
  26.     TMenuItem *Datei1;
  27.     TMenuItem *Oeffnen1;
  28.     TMenuItem *Speichern1;
  29.     TMenuItem *Drucken1;
  30.     TMenuItem *Ende1;
  31.     TOpenDialog *OpenDialog1;
  32.     TSaveDialog *SaveDialog1;
  33.     TPrintDialog *PrintDialog1;
  34.     TRichEdit *RichEdit1;
  35.     void __fastcall FormCreate(TObject *Sender);
  36.     void __fastcall Button2Click(TObject *Sender);
  37.     void __fastcall Button1Click(TObject *Sender);
  38.     void __fastcall ScrollBar1Change(TObject *Sender);
  39.     void __fastcall Oeffnen1Click(TObject *Sender);
  40.     void __fastcall Speichern1Click(TObject *Sender);
  41.     void __fastcall Drucken1Click(TObject *Sender);
  42.     
  43. private:    // Benutzer-Deklarationen
  44. public:        // Benutzer-Deklarationen
  45.     __fastcall TForm1(TComponent* Owner);
  46. };
  47. //---------------------------------------------------------------------------
  48. extern TForm1 *Form1;
  49. //---------------------------------------------------------------------------
  50. #endif
  51.